From f2a05f673b1739183ec2cd54072cc1d64f1d1925 Mon Sep 17 00:00:00 2001 From: Birunthan Mohanathas Date: Fri, 26 Dec 2014 15:03:01 +0200 Subject: [PATCH] Merge body blocks in all.css --- src/doc/stylesheets/all.css | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/doc/stylesheets/all.css b/src/doc/stylesheets/all.css index 6c59e53a4..3c0bdc2b2 100644 --- a/src/doc/stylesheets/all.css +++ b/src/doc/stylesheets/all.css @@ -5,10 +5,6 @@ html { main, #header { width: 900px; } -body { - font-family: sans-serif; -} - * { box-sizing: border-box; } @@ -20,6 +16,7 @@ body { flex-direction: column; -webkit-align-items: center; align-items: center; + font-family: sans-serif; } a { color: #00ac5b; text-decoration: none; } -- 2.30.2